Welcome![Sign In][Sign Up]
Location:
Search - opencv track

Search list

[OpenCVcamshift

Description: 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
Platform: | Size: 5262336 | Author: 周景豪 | Hits:

[Dialog_WindowOPENCV_CAMSHIFT

Description: OPENCV的MFC界面+CAMSHIFT跟踪(在MFC对话框的picture控件中实现CAMSHIFT跟踪)-OPENCV the the MFC interface+CAMSHIFT track to achieve CAMSHIFT tracking (picture control in MFC dialog)
Platform: | Size: 5454848 | Author: panwenpei | Hits:

[GDI-Bitmapmeanshift2

Description: vs2010+opencv编写 usb摄像头视频捕捉加上用HSV中的Hue分量进行跟踪人脸-vs2010+opencv write usb camera video capture plus track Hue component of the HSV face
Platform: | Size: 46744576 | Author: weq | Hits:

[Special Effectsobject_tracking

Description: 对于目标检测与跟踪的源代码,不包含opencv库可以随时掌握自己的需要更改,非常好!-For target detection and tracking of the source code is not included opencv library can keep track of their own need to change, very good!
Platform: | Size: 3072 | Author: lmh | Hits:

[OpenCVmean-shift-and-camshift

Description: 在opencv平台上VC6.0++实现mean-shift 和camshift跟踪目标-Mean-shift, and camshift track the target in opencv platform VC6.0++
Platform: | Size: 8192 | Author: 严丹 | Hits:

[OpenCVMyVideo1.0_AutoCamshift

Description: 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before the video track with cvFindContours () to get the binary difference image connectivity blocks as the initial selection box may camshift some compressed format video playing do not open, you need to install Xvid decoder
Platform: | Size: 2921472 | Author: yaoyao | Hits:

[Othersrc

Description: pedestrian tracking/ this post about how to use OpenCV s HOG-based pedestrian detector: How can I detect and track people using OpenCV? ... of opencv. that said it should be easy to hack the opencv source code
Platform: | Size: 20480 | Author: vit | Hits:

[OpenCVonling_tracker

Description: 采用在线学习跟踪方式,对物体进行跟踪,代码用c++编写,库用的Opencv库,程序中包括了3个.h,3个.cpp,一个.main程序。-We have added two new state-of-the-art object tracking algorithms to OpenCV which can robustly track images patches across a video sequence and learn online (i.e., on-the-fly) as the appearance of the object changes from frame-to-frame. The input to these trackers is simply an image and an initial bounding box,defining the first location and dimensions of the image patch to be tracked. On each subsequent frame, an updated bounding box is returned with the new location of the object. For these algorithms, the size of the box never changes—whatever is given for width and height in the first frame is used throughout the sequence. Therefore if the object gets much larger or smaller, although it still may keep track, it may not encompass the object as tightly as the first frame.
Platform: | Size: 16510976 | Author: liyulong | Hits:

[GDI-Bitmapadd-myblobtrack

Description: opencv实现运动物体跟踪,如果opencv提供的模块不够,则需要亲自动手写一个自己的模块。-use opencv to track the target,if there no enough block,than we need add my own block.
Platform: | Size: 9216 | Author: zhang | Hits:

[Othercamshift

Description: opencv的camshiftdemo程序,调用摄像头来跟踪-Opencv camshiftdemo procedure, call camera to track
Platform: | Size: 3806208 | Author: 张小学 | Hits:

[GUI DevelopcamShiftKalman

Description: Camshift With Kalman in visual studio, opencv need, working with UI, tracking and color track. Fast
Platform: | Size: 1286144 | Author: cumkalel | Hits:

[OpenCVcamshiftSub

Description: 利用camara抓取連續的影像,利用後一張frame與前一張frame做相減後,取得動態物件之前景, 自利用侵蝕與膨脹的平滑處理去掉雜訊,最後再使用OPENCV裡的CAMSHIFT的函式最追蹤前景, 最後達到追蹤動態物件的目的。-Use camara capture sequential images, the use of a frame after frame with the previous one to do subtraction, and achieved the prospect of dynamic objects from erosion and expansion of the use of smoothing to remove noise, and finally OPENCV use a function in the CAMSHIFT type most track prospects, and finally achieve the purpose of tracking moving objects.
Platform: | Size: 2048 | Author: 張勝 | Hits:

[OpenCVFeatureTracker

Description: 基于光流法的人脸追踪 先通过opencv的类haar特征检测人脸 然后用光流法筛选特征点并追踪-Optical flow method based face tracking to pass the class haar feature detection opencv face then light flow filter and track feature points
Platform: | Size: 9373696 | Author: xyc | Hits:

[2D Graphickalmanzhuizong

Description: 基于opencv的图形跟踪,设置一个自由运行的小球,然后通过kalman跟踪设定另一小球对前一小球进行追踪。-Opencv based graphical tracking, set up a free-running ball, and then through another set kalman tracking the ball right before a track ball.
Platform: | Size: 1364992 | Author: 刘晓亮 | Hits:

[Windows DevelopOpenCVOpticalCalculate

Description: 利用OpenCV计算光流的程序,根据视频,计算并跟踪运动目标-Optical flow is calculated using OpenCV procedure, the video, calculate and track moving targets
Platform: | Size: 6735872 | Author: yn | Hits:

[OpenCVcars3

Description: Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ==== = multi-target tracking method by Wongun Choi === === === === === === === ==== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh -Vehicle detection, its an opensource code and works well with opencv and boost, ============================================== = multi-target tracking method by Wongun Choi ============================================== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh
Platform: | Size: 15360 | Author: Khushwant | Hits:

[OpenCVDetailed-tracking-source

Description: 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is available as CAMSHIFT robustness are better. This source is one that comes with opencv CamShift algorithm works (there are very detailed notes). The role of the instance is the camera tracking the target object, the initial position of the target object with the mouse pointed out that its tracking window size and direction of change with the target object changes.
Platform: | Size: 4096 | Author: fire | Hits:

[Graph RecognizeQtTracker3

Description: 使用開源資源實現圖形處理 紅色球形追蹤(xp)-use qt ide and opencv for image process, use web camera to track red ball on xp system
Platform: | Size: 3072 | Author: Yase | Hits:

[OpenCVTrackBarOnImage

Description: opencv 视频载入与显示,并设置了工具条,控制图片显示的帧数-opencv vedio track bar
Platform: | Size: 26134528 | Author: panda | Hits:

[OpenCV1

Description: 基于Opencv的帧差法的运动目标的提取与跟踪-Opencv based frame difference method to extract and track moving targets
Platform: | Size: 2820096 | Author: 王金冕 | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net